Vcenter Host Crypto Fips Modules ListResult

Vcenter Host Crypto Fips Modules ListResult
Vcenter Host Crypto Fips Modules ListResult

The Vcenter Host Crypto Fips Modules ListResult schema contains a list of FIPS validated crypto module installed on a host in the VC's fleet.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "items": [
        {
            "host": "string",
            "info": {
                "name": "string",
                "version": "string",
                "cmvp_cert": "string",
                "cavp_cert": "string",
                "component_version": "string"
            }
        }
    ],
    "marker": "string"
}
items
Required

The list of modules.

This property was added in vSphere API 9.1.0.0.

string
marker
Optional

Host moId indicating the host from which the next page of results shall continue. Clients should use this value in the subsequent calls to the #list(IterationSpec) API.

This property was added in vSphere API 9.1.0.0.

If missing or null the full list of modules is returned or no modules matched the provided filter.